home *** CD-ROM | disk | FTP | other *** search
- /* Acronymity - By Karl Kornel */
- /* ©2000 Karl Kornel */
- /* Made in the USA for MacHack 2000 */
- /* */
- /* This let's YOU (yes...YOU!) define SOME of how this program works. */
- /* Simply change the numbers to whatever you want. */
- /* */
- /* This preference defines the longest acronym that we can handle */
- #define acronymLength 20
- /* */
- /* This is the longest word that can be in the word files */
- /* Make sure that there isn't any word that's longer than this number */
- #define wordLength 50
- /* */
- /* */
- /* NOTE: After changing any values, be sure to run the program "Rebuild" */
- /* Otherwise, settings will not take effect */